fix: resolve critical export, preview, trim and memory bugs#945
fix: resolve critical export, preview, trim and memory bugs#945Vedhant26 wants to merge 2 commits into
Conversation
|
@Vedhant26 is attempting to deploy a commit to the magic-peach1's projects Team on Vercel. A member of the Team first needs to authorize it. |
👋 Thanks for your PR, @Vedhant26!Welcome to Reframe — a browser-based video editor built for everyone 🎬 What happens next
Quick checklist
Useful links
Happy coding! 🎉 |
✅ PR Format Check Passed — @Vedhant26Basic format checks passed. A maintainer will review your code changes. This does not mean the PR is approved — it just means the format is correct. |
|
Issues resolved ! Ready to merge ! |
|
@Vedhant26 Excellent work on these critical bug fixes! All four fixes are well-targeted and the code quality is high:
However, this PR has merge conflicts with Steps to fix: git fetch upstream
git rebase upstream/main
# Resolve conflicts in TrimControl.tsx, VideoPreview.tsx, ThumbnailStrip.tsx
git push --force-with-lease origin fix/issue-930-critical-bugsAlso note: PR #907 fixes the same Once rebased and CI passes, this will be merged promptly! |
f59237e to
33242ac
Compare
Hey folks! 👋 I've taken a deep dive into the critical bugs reported in #930 and put together this PR which resolves all four of the major issues affecting the editing pipeline.
Here's exactly what I've fixed:
I've tested these out locally and everything is super smooth and stable now. Let me know if there's anything else you need changed. Cheers! 🚀
Closes #930